topology.yml#
YAML File |
|
Loader Class |
|
Python Module |
|
Python Variable |
The topology rules applied to the feature dataset(s) are specified in the topology.yml file.
YAML Structure#
The root object is a mapping with the !TopologyConfig tag applied.
Top-Level Keys#
|
Field whose values indicate which features are exempt from certain topology rules. |
|
Domain of |
|
Name to be used for the topology in the required feature dataset. |
|
Name to be used for the topology in the optional feature dataset. |
|
Sequence of mappings, each declaring a topology rule for the required feature dataset. Each entry should have a |
Anchors#
No anchors are used in topology.yml.
Python Implementation#
...